home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 127 / dpcs0998.iso / Internet / netobs / Install.exe / t2.z / BREAKOUT.DCR / 00019_on clickBeepTwo.ls < prev    next >
Encoding:
Text File  |  1998-01-20  |  130 b   |  11 lines

  1. on clickBeepTwo
  2.   debugMessage("clickBeepTwo")
  3.   beep()
  4.   beep()
  5. end
  6.  
  7. on clickBeepOne
  8.   debugMessage("clickBeepOne")
  9.   beep()
  10. end
  11.